(init_keyboard): Initialize interrupt_input_blocked and
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:28 +0000 (17:58 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:28 +0000 (17:58 +0000)
interrupt_input_pending.

src/keyboard.c

index 5e2a8171ff33f7d984ff52b52db9f3b4c3f6d9e9..f8f751161c44e0859db94cf7e10e72e210ae6aee 100644 (file)
@@ -11020,6 +11020,8 @@ init_keyboard ()
   do_mouse_tracking = Qnil;
 #endif
   input_pending = 0;
+  interrupt_input_blocked = 0;
+  interrupt_input_pending = 0;
 
   /* This means that command_loop_1 won't try to select anything the first
      time through.  */